<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_BRITISH</nationality>

		<long_name>Daimler Scout Car Mk I, 'Dingo'</long_name>
		<short_name>Dingo</short_name>
		<comment>A scout car with a Boys anti-tank rifle</comment>

		<uniform>british_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1940</year><number>25</number></data>
		<data><month>12</month><year>1945</year><number>10</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Daimler Scout Car.png</image_profile>
			<weight>3050</weight>
		</attributes>

		<drive>
			<engine>
				<name>2.5 litre 6-cyl Daimler petrol</name>
				<horsepower>55</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>5</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>70</offsetX><offsetY>140</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Daimler Scout Car.png</image_view>

			<width>175</width>
			<length>275</length>
			<height>126</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>30@20</upper_front>
				<lower_front>30@-20</lower_front>
				<side>12</side>
				<upper_rear>12@17</upper_rear>
				<lower_rear>12@-17</lower_rear>
				<top>5</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>132</width>
			<length>143</length>
			<height>35</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>30</front>
				<side>12</side>
				<rear>12</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-Bren Gun Carrier MG.png</image_view>

			<offsetX>40</offsetX>
			<offsetY>-40</offsetY>
			<offsetZ>140</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>20</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_AT_RIFLE_BOYS</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_AT_RIFLE_BOYS</for><rounds>100</rounds></ammo>

		</fixed_weapon>
	</vehicle>
</squad>
